Skip to content

Make initial summary print aliases with namespace #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arichiardi
Copy link
Contributor

@arichiardi arichiardi commented Apr 16, 2025

They were printed without the namespace but the namespace can be used to indicate where the alias comes from and it is important to see in the summary. This patch fixes that by changing name to str.

Before:

Aliases: dev, cider, zprint, local

After:

Aliases: :dev, :home/cider, :home/zprint, :mine/local

@arichiardi arichiardi force-pushed the fix-print-namespaced-aliass branch from 1a533ec to 8b79258 Compare April 16, 2025 09:51
They were printed without the namespace but the namespace can be used to
indicate where the alias comes from and it is important to see in the
summary. This patch fixes that by changing `name` to `str`.

Before:
```
Aliases: dev, cider, zprint, local
```
After:
```
Aliases: :dev, :home/cider, :home/zprint, :mine/local
```
@arichiardi arichiardi force-pushed the fix-print-namespaced-aliass branch from 8b79258 to 7413180 Compare April 16, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant